home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / GraphicInspector.nib / data.classes next >
Text File  |  1994-12-14  |  956b  |  70 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PGInspector = {
  7.     ACTIONS = {
  8.     default:;
  9.     setMicroInspector:;
  10.     set:;
  11.     revert:;
  12.     };
  13.     OUTLETS = {
  14.     currentStyleButton;
  15.     blankMicroPanel;
  16.     stringTable;
  17.     window;
  18.     loadedSelection;
  19.     loadedStyleList;
  20.     currentStyleTextField;
  21.     styleIconMatrix;
  22.     styleTitleMatrix;
  23.     microInspectorSlot;
  24.     microInspectorMtx;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. PageOneApp = {
  29.     ACTIONS = {
  30.     terminate:;
  31.     performMenuAction:;
  32.     new:;
  33.     info:;
  34.     help:;
  35.     open:;
  36.     };
  37.     OUTLETS = {
  38.     spotColorWell;
  39.     infoPanel;
  40.     inspector;
  41.     pagePalette;
  42.     stringTable;
  43.     };
  44.     SUPERCLASS = Application;
  45. };
  46. GraphicInspector = {
  47.     ACTIONS = {
  48.     setMargin:;
  49.     setRotation:;
  50.     setWrap:;
  51.     setKnobs:;
  52.     flipVert:;
  53.     setScale:;
  54.     flipHoriz:;
  55.     };
  56.     OUTLETS = {
  57.     knobMtx;
  58.     marginText;
  59.     wrapMtx;
  60.     imageSpecMicro;
  61.     placementMtx;
  62.     flipHoriz;
  63.     adjustMicro;
  64.     flipVert;
  65.     placementMicro;
  66.     frameMicro;
  67.     };
  68.     SUPERCLASS = PGInspector;
  69. };
  70.